Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_GetPaneState

You can use the Q3DrawContext_GetPaneState function to get the pane state of a draw context.

TQ3Status Q3DrawContext_GetPaneState (
TQ3DrawContextObject context, 
TQ3Boolean *state);
context
A draw context object.
state
On exit, the current pane state of the specified draw context.
DESCRIPTION
The Q3DrawContext_GetPaneState function returns, in the state parameter, a Boolean value that determines whether the pane associated with the draw context specified by the context parameter is to be used (kQ3True) or not (kQ3False).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996